GtkDialog: fix invisible action area
authorMatthias Clasen <mclasen@redhat.com>
Wed, 2 Jul 2014 04:33:46 +0000 (00:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 2 Jul 2014 04:33:46 +0000 (00:33 -0400)
commit10892863d5dcfabbcb0578d23e6d4334f672f630
tree67e794fea497111b859dd0b7b349cf47884761f6
parentcd591a03e7195846cd4788b4a8800e0ae14cc64a
GtkDialog: fix invisible action area

When there area explicitly added buttons in the action area,
we were trying to ensure that the action area is visible,
but failed, since we are now hiding the action_box. Fix it
by showing the action_box when things are left in the action
area.
gtk/gtkdialog.c